body{
height: 100vh;
background-size: 230vh;
}
.hamburger {
    display: block;
}

#nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: #201E1E;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

.buttons a {
    padding: 15px;
    width: 100%;
    text-align: center;
}

#nav-links.open {
    display: flex;
}

.imgbuttons img.button {
    width: 60vw;
    max-width: 150px;
}


.imgbuttons .text-in-button1,
.imgbuttons .text-in-button2,
.imgbuttons .text-in-button3,
.imgbuttons .text-in-button4,
.imgbuttons .text-in-button5 {
    font-size: 12px;
}
.hamburger {
    display: block;
}

#nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: #201E1E;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

.buttons a {
    padding: 15px;
    width: 100%;
    text-align: center;
}

#nav-links.open {
    display: flex;
}

.imgbuttons img.button {
    width: 60vw;
    max-width: 150px;
}


.imgbuttons .text-in-button1,
.imgbuttons .text-in-button2,
.imgbuttons .text-in-button3,
.imgbuttons .text-in-button4,
.imgbuttons .text-in-button5 {
    font-size: 19px;
}


.blokjes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.game1{
    width: 90vw;
    height: 43vh;
    z-index: -1;
}
.ghast{
    display: none;
}
.game2{
    width: 90vw;
    height: 40vh;
    margin-top: 20px;

}
.text{
    font-size: 16px;
    margin-top: 3px;
}
h2{
    margin-bottom: 0px;

}